Autogenerated HTML docs for v2.1.0-238-gce1d3 
diff --git a/technical/api-run-command.html b/technical/api-run-command.html index e9b94d7..d690c94 100644 --- a/technical/api-run-command.html +++ b/technical/api-run-command.html 
@@ -751,6 +751,11 @@  <div class="sect1">   <h2 id="_functions">Functions</h2>   <div class="sectionbody">  +<div class="paragraph"><p><tt>child_process_init</tt></p></div>  +<div class="literalblock">  +<div class="content">  +<pre><tt>Initialize a struct child_process variable.</tt></pre>  +</div></div>   <div class="dlist"><dl>   <dt class="hdlist1">   <tt>start_command</tt>  @@ -885,8 +890,8 @@  <div class="olist arabic"><ol class="arabic">   <li>   <p>  -allocates and clears (memset(&amp;chld, 0, sizeof(chld));) a  - struct child_process variable;  +allocates and clears (using child_process_init() or  + CHILD_PROCESS_INIT) a struct child_process variable;   </p>   </li>   <li>  @@ -1159,7 +1164,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2014-06-16 14:13:22 PDT  +Last updated 2014-09-11 14:53:10 PDT   </div>   </div>   </body>